ScrolledWindow: Fix/improve doc of key bindings
authorDaniel Boles <dboles.src@gmail.com>
Mon, 2 Jul 2018 19:09:37 +0000 (20:09 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 2 Jul 2018 19:14:41 +0000 (20:14 +0100)
Saying 'key + modifiers' is really weird, so reverse that, and explain
why there are 2 cited and what the difference between them is.

gtk/gtkscrolledwindow.c

index 31592f42a646bfcdcdc3b4367b0a5e80601656c3..74c42eda33181e3a47e7fdba17c5586c28c2ce94 100644 (file)
@@ -726,7 +726,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
    * keybinding. The #GtkWidget::move-focus signal is emitted with
    * @direction_type on this scrolled window’s toplevel parent in the
    * container hierarchy. The default bindings for this signal are
-   * `Tab + Ctrl` and `Tab + Ctrl + Shift`.
+   * `Ctrl + Tab` to move forward and `Ctrl + Shift + Tab` to move backward.
    */
   signals[MOVE_FOCUS_OUT] =
     g_signal_new (I_("move-focus-out"),